.page>.home-item .item-nav dl {
    display: flex;
}

.page>.home-item .item-nav dl dt {
    flex-basis: 80px;
    margin: 5px;
}

.page>.home-item .item-nav dl dd {
    display: flex;
    flex-wrap: wrap;
    flex-basis: calc(100% - 80px);
}

.page>.home-item .item-nav dl dd a {
    margin: 5px;
}

/* .page > .home-item .item-list{

}
.page > .home-item .item-list > div{
	margin: 10px 5px;
    border-radius: 20px;
    background: #FFFFFF;
    overflow: hidden;
    bottom: 0;
	transition: all .3s linear;
	box-sizing: border-box;
}
.page > .home-item .item-list >div  img{
	width: 100%;
} */

/* ============ 商品详情 =========== */
.item-preview {
    float: left;
}

.item-preview-img {}

.item-preview-img img {
    width: 100%;
    border-radius: 30px;
}

.item-preview {
    flex-grow: 1;
    border-radius: 5px;
    flex-basis: 500px;
    flex-shrink: 1;
    padding: 10px;
    padding-left: 0px;
    box-sizing: border-box;
}

.item-info {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 300px;
    padding: 10px;
    padding-left: 0px;
}

.item-info-name {
    font: 700 20px Arial, "microsoft yahei";
    color: #666;
    line-height: 28px;
    margin-bottom: 5px;
}

.item-info-desc {
    font-size: 13px;
    color: #757576;
}

.item-info-tags {
    /* margin: 15px 0; */
    margin-top: 10px;
}

.item-info-tags .el-tag {
    height: 25px;
    line-height: 25px;
    padding: 0px 15px;
    background-color: #efeff0;
    border-width: 0px;
    border-radius: 15px;
}

.item-info-price {
    /* margin: 15px 0; */
    padding: 10px;
    padding-left: 0px;
    color: #e4393c;
    font-size: 25px;
}

.item-info-tips {
    /* margin: 15px 0; */
    font-size: 13px;
    line-height: 1.7;
    color: #999;
    width: 100%;
}

.item-info-tags span,
.item-info-price span,
.item-info-tips span {
    font-size: 13px;
    color: #999;
    padding-right: 8px;
}

.item-tab {
    height: 39px;
    overflow: hidden;
    padding: 20px 0px 0px;
}

.item-tab li {
    float: left;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.item-tab li a {
    display: block;
    height: 100%;
    line-height: 39px;
    padding: 0 20px;
}

.item-tab li a.on {
    color: #E6A23C;
    border-bottom: 2px solid #E6A23C;
    font-weight: 700;
    box-sizing: border-box;
    cursor: default;
}

.item-aside {
    float: left;
    width: 210px;
}

.item-aside .item-list {
    margin-top: 0;
}

.item-aside .item-list .el-card {
    margin-top: 10px;
}

.item-aside .item-list .el-card .img img {
    width: 100%;
    height: auto;
}

.item-aside .item-list .el-card .txt {
    text-align: center;
}

.item-detail {}

.item-tab-con {
    padding: 10px;
    color: #666;
}

.item-tab-con h1,
.item-tab-con h2,
.item-tab-con h3,
.item-tab-con h4,
.item-tab-con h5,
.item-tab-con h6 {
    font-size: 16px;
    font-weight: bold;
}

.item-tab-con .item-brand {
    margin: 10px 0 20px;
}

.item-args {
    color: #606266;
}

.item-args>div {
    margin-right: 10px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-tab-con .show {}

.item-tab-con .install {
    display: none;
}

.item-tab-con .note {
    display: none;
}

.item-tab-con .pl {
    display: none;
}

.item-tab-con .ask {
    display: none;
}

.item-tab-con .gushi {
    display: none;
}

.item-tab-con .item-content,
.item-video {
    margin: 20px 0;
}

.item-tab-con .item-content img {
    max-width: 100%;
    display: block;
    margin: 0 auto 10px;
}

.item-tab-con .item-explain-title {
    margin-top: 44px;
    font-size: 16px;
}

.item-tab-con .item-explain-title {
    margin-top: 44px;
}

.item-tab-con .item-explain-title .el-divider__text {
    font-size: 20px;
}

.item-tab-con .item-explain {
    font-size: 14px;
    padding: 15px 20px;
}

.item-tab-con .item-explain h3 {
    margin-top: 20px;
    font-size: 16px;
    color: #e4393c;
}

.item-tab-con .item-explain h3:first-child {
    margin-top: 0;
}

.item-tab-con .item-explain div {
    margin-top: 10px;
    line-height: 1.5;
}

.item-tab-con .item-shi {
    text-align: center;
}

.item-tab-con .item-shi>.s-con>div {
    margin-top: 10px;
}

.item-tab-con .item-shi>.s-con>h2 {
    margin-top: 20px;
    font-size: 16px;
}

.item-tab-con .item-shi>.s-con img {
    max-width: 100%;
    cursor: pointer;
    border-radius: 20px;
}

#item-shi .s-preview .el-dialog__body {
    padding: 10px;
}

#item-down {
    /*height: 40px;*/
}

.img-center p {
    text-align: center;
    line-height: 22px;
    margin: 0 0 20px;
}

.licenseBox {
    padding: 40px 0 20px;
}

.licenseBox .licenseType {
    box-sizing: border-box;
}

.licenseBox .licenseType .licenseRow {
    box-sizing: border-box;
    float: left;
    width: 25%;
    line-height: 30px;
}

.licenseBox .licenseType .licenseRow .licenseRowInfo {
    text-align: center;
    border: 1px solid #DCDFE6;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    cursor: pointer;
}

.licenseBox .licenseType .licenseRow .licenseRowInfo.on {
    border-color: #ffa41d;
    /* color: #e6a23c; */
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    transition: .3s;
}

.licenseBox .licenseRowInfo .lri-name {
    color: #ffa41d;
    font-size: 16px;
    font-weight: bold;
}

.licenseBox .licenseRowInfo .lri-brief {
    color: #666;
}

.licenseBox .licenseRowInfo .lri-tips {
    color: #606266;
    border-radius: 20px;
    background: #ffeed4;
    display: inline;
    padding: 4px 15px;
}


.licenseBox .licenseRowInfo .lri-price {
    color: #e4393c;
    font-size: 16px;
}

.licenseBox .licenseRowInfo .lri-price>span {
    font-size: 20px;
}

.licenseBox .licenseRowInfo .lri-price span {
    font-weight: bold;
}

.licenseBox .el-form-item {
    width: 90%;
}

.licenseBox .el-form-item .el-input__suffix {
    line-height: 38px;
}

.licenseBox .licenseButton {
    text-align: center;
}

.table-license {
    border-collapse: collapse;
    border: 1px solid #e8e2f5;
    margin-bottom: 25px;
}

.table-license tr td,
.table-license tr th {
    border-collapse: collapse;
    border: 1px solid #e8e2f5;
    padding: 5px;
    text-align: center;
}

.table-license tr td .fa-check {
    font-size: 18px;
    color: green;
}

.table-license tr td .fa-times {
    font-size: 18px;
    color: red;
}

.licenseImg {
    text-align: center;
}

.licenseImg img {
    max-width: 100%;
}

/* ============ 专栏文章 =========== */
.blog-list {
    padding: 15px;
    margin-top: 15px;
}

.blog-list ul li {
    float: left;
    width: 50%;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}

.blog-box {
    padding: 10px 0 20px;
}

.blog-box .title {
    line-height: 42px;
    font-size: 28px;
}

.blog-box .dateline {
    margin: 20px 0 40px;
    font-size: 15px;
}

.blog-box .dateline a {
    color: #009a61;
}

.blog-box .dateline .date {
    padding-left: 20px;
    color: #999;
}

.cont-box {
    font-size: 16px;
    line-height: 1.8;
}

.cont-box img {
    max-width: 100%;
    padding: 2px;
}

.cont-box>pre {
    max-width: 100%;
    overflow: auto;
}

.cont-box h1,
.cont-box h2,
.cont-box h3,
.cont-box h4,
.cont-box h5,
.cont-box h6 {
    font-size: 20px;
}

.cont-box p,
.cont-box h1,
.cont-box h2,
.cont-box h3,
.cont-box h4,
.cont-box h5,
.cont-box h6 {
    margin: 1.5em 0;
}

.comment-box {
    margin-top: 10px;
    border-bottom: 1px solid #e8e2f5;
}

.comment-box .msg {
    padding: 5px;
}

.comment-box .msg .icon-ask {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    font-size: 12px;
    color: #fff;
    background: #f91;
    text-align: center;
    float: left;
    margin-right: 5px;
    font-style: normal;
}

.comment-box .dateline {
    line-height: 26px;
    padding: 5px;
}

.blog-ls {
    padding: 20px;
}

.blog-ls .b-box {
    margin: 15px 0 0;
    border-bottom: 1px solid #e8e2f5;
}

.blog-ls .b-box h1 {
    font-size: 16px;
    color: #333;
    height: 22px;
    line-height: 22px;
}

.blog-ls .b-box .dateline {
    margin-top: 10px;
    color: #999;
}

.blog-ls .b-box .dateline a {
    color: #009a61;
}

.blog-ls .b-box .dateline .date {
    padding-left: 20px;
}

.blog-ls .b-box .desc {
    margin-top: 10px;
    color: #999;
}

/* ============ 用户中心 =========== */
.my-app {
    min-height: 650px;
}

.my-box .left {
    width: 200px;
}

.my-box .right {
    width: calc(100% - 200px - 10px);
}

.my-box .left .my-menu li {
    padding-right: 0;
}

.my-box .left .my-menu li a {
    display: block;
    width: 100%;
}

.my-box .left .my-menu li.is-active a,
.el-menu .is-active a {
    color: #409eff;
}

.paybtn-ali {
    display: flex;
    margin: 0 20px;
    flex-direction: column;
    border: 1px solid #1976fb;
    border-radius: 20px;
    padding: 20px 30px;
    text-align: center;
    color: #fff;
    background: #1976fb;
    cursor: pointer;
    transition: ease-in-out 0.3s;
}

.paybtn-ali:hover {
    box-shadow: 2px 3px 9px 3px #ccc;
}

.paybtn-wx {
    display: flex;
    margin: 0 20px;
    flex-direction: column;
    border: 1px solid #58ad3b;
    border-radius: 20px;
    padding: 20px 35px;
    text-align: center;
    color: #fff;
    background: #58ad3b;
    cursor: pointer;
    transition: ease-in-out 0.3s;
}

.paybtn-wx:hover {
    box-shadow: 2px 3px 9px 3px #ccc;
}

/* ============ 手机版 =========== */
@media only screen and (max-width: 1200px) {
    .w {
        padding: 0 20px;
    }

    #home-carousel,
    .el-carousel__container {
        height: 220px;
    }

    .item-aside {
        display: none;
    }

    .item-detail {
        float: none;
        width: 100%;
    }

    .item-preview {
        float: none;
    }

    .item-preview-img {
        width: 100%;
    }

    .item-info {
        float: none;
        width: 100%;
    }

    .item-list .el-card .img a img {
        height: 110px;
    }

    .item-tab-con .item-args>div {
        width: calc(100% / 2 - 10px);
    }

    .licenseBox .licenseType .licenseRow {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {

    #home-carousel,
    .el-carousel__container {
        height: 115px;
    }

    /* 手机端不显示 */
    .home-item .index-nav.item-nav {
        display: none;
    }

    .home-item .item-nav dl dt {
        width: 100%;
        text-align: left;
        margin: 5px 0 5px;
    }

    .home-item .item-nav dl dd {
        width: 100%;
        padding-left: 10px;
    }

    .item-list .el-card .img img {
        width: 100%;
        height: auto;
    }

    .item-list .el-card .img a img {
        height: auto;
    }

    .item-tab-con .item-args>div {
        width: 100%;
    }

    .item-relation,
    .header .nav,
    .header .search {
        /* display: none; */
    }

    .blog-list ul li {
        float: none;
        width: 100%;
    }
}